negotiator.actions
Class Action

java.lang.Object
  extended by negotiator.actions.Action
Direct Known Subclasses:
Accept, EndNegotiation, IllegalAction, Offer

public abstract class Action
extends java.lang.Object

Class which symbolizes a high level action.

Author:
Tim Baarslag and Dmytro Tykhonov

Constructor Summary
Action()
          Empty constructor used for inheritance.
 
Method Summary
abstract  java.lang.String toString()
          Enforces that actions implements a string-representation.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Action

public Action()
Empty constructor used for inheritance.

Method Detail

toString

public abstract java.lang.String toString()
Enforces that actions implements a string-representation.

Overrides:
toString in class java.lang.Object